Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Bitmap Class / CopyFromMemory Method / CopyFromMemory(Nullable<RectL>,IntPtr,Int32) Method

In This Topic
    CopyFromMemory(Nullable<RectL>,IntPtr,Int32) Method
    In This Topic
    HRESULT ID2D1Bitmap::CopyFromMemory([In, Optional] const D2D_RECT_U* dstRect,[In] const void* srcData,[In] unsigned int pitch)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyFromMemory( _
       ByVal dstRect As System.Nullable(Of RectL), _
       ByVal srcData As System.IntPtr, _
       ByVal pitch As System.Integer _
    ) 
    public void CopyFromMemory( 
       System.Nullable<RectL> dstRect,
       System.IntPtr srcData,
       System.int pitch
    )

    Parameters

    dstRect
    srcData
    pitch
    See Also